home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / metering / limit / limit.doc next >
Text File  |  1996-07-10  |  1KB  |  38 lines

  1. LIMIT.EXE v1.0:               O'Brien Enterprises (c) 1991
  2.  
  3. Limit is a utility the provides the ability to limit the number
  4. of times any program can be run on a Netware 286 network.  It
  5. creates a semphore with the name of the application passed from
  6. the command line.  On success, it then spawns the application.
  7.  
  8. Parameters:  [xx] [filename]
  9.  
  10. xx == the maximum number of times the application can be used
  11.       simultaneously.
  12. filename == name of application to be limited.
  13.  
  14. NOTE: All drive mappings should be setup before executing limit.
  15.  
  16. Currently it does not accept arguments to pass to the spawned 
  17. application, will support in future release.  The Sempahore can
  18. be monitored by using fconsole, checking connection information
  19. to see who has the semaphore open.  Have not yet been able to
  20. 'find' the semaphore under File/Lock option of fconsole. Bug in 
  21. fconsole??
  22.  
  23. It has been tested on Advanced and SFT 2.15.  Not yet tested on
  24. 386.
  25.  
  26. This is being submitted as public domain.  No donation required,
  27. though none will be refused.  If you like it, please use it and
  28. let me know what you think.  If you have problems, leave mail on
  29. CompuServe.  
  30.  
  31. I can be reached on CompuServe via 76244,2706.
  32.  
  33. Jim O'Brien
  34. O'Brien Enterprises
  35.  
  36.  
  37.  
  38.